Skip to content

Conversation

@jonathanpeppers
Copy link
Member

This failed with:

Microsoft.NET.TargetFrameworkInference.targets(188,5): error NETSDK1045:
The current .NET SDK does not support targeting .NET 11.0.
Either target .NET 10.0 or lower, or use a version of the .NET SDK that supports .NET 11.0.
Download the .NET SDK from https://aka.ms/dotnet/download

This step doesn't need to use .NET 11, so...

I think we can pass in $(DotNetStableTargetFramework) at this step to avoid this problem.

This failed with:

    Microsoft.NET.TargetFrameworkInference.targets(188,5): error NETSDK1045:
    The current .NET SDK does not support targeting .NET 11.0.
    Either target .NET 10.0 or lower, or use a version of the .NET SDK that supports .NET 11.0.
    Download the .NET SDK from https://aka.ms/dotnet/download

This step doesn't *need* to use .NET 11, so...

I think we can pass in `$(DotNetStableTargetFramework)` at this step
to avoid this problem.
@jonathanpeppers
Copy link
Member Author

@jonathanpeppers
Copy link
Member Author

@jonathanpeppers
Copy link
Member Author

@jonathanpeppers jonathanpeppers marked this pull request as ready for review January 14, 2026 19:57
@jonathanpeppers jonathanpeppers merged commit 097742b into main Jan 14, 2026
2 of 4 checks passed
@jonathanpeppers jonathanpeppers deleted the dev/peppers/net11-bar branch January 14, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants